From b0ef657c4d4e9c3744d066f80365e4e00f1d3f30 Mon Sep 17 00:00:00 2001 From: "smh22@tempest.cl.cam.ac.uk" Date: Fri, 31 Dec 2004 18:32:42 +0000 Subject: [PATCH] bitkeeper revision 1.1159.210.1 (41d59b4aOWdXjAhVW7vNOk29WN5c_w) fix build w/ trace/debug/etc enabled [from michael day] --- xen/arch/x86/pdb-stub.c | 1 + xen/common/trace.c | 1 + xen/include/asm-x86/x86_32/regs.h | 2 ++ 3 files changed, 4 insertions(+) diff --git a/xen/arch/x86/pdb-stub.c b/xen/arch/x86/pdb-stub.c index bb145aa104..827035e07f 100644 --- a/xen/arch/x86/pdb-stub.c +++ b/xen/arch/x86/pdb-stub.c @@ -21,6 +21,7 @@ #include #include #include +#include /* opt_pdb: Name of serial port for Xen pervasive debugger (and enable pdb) */ static unsigned char opt_pdb[10] = "none"; diff --git a/xen/common/trace.c b/xen/common/trace.c index 06547c67d1..83bf5ce55e 100644 --- a/xen/common/trace.c +++ b/xen/common/trace.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include diff --git a/xen/include/asm-x86/x86_32/regs.h b/xen/include/asm-x86/x86_32/regs.h index e03e2a8a4b..57d21e3cb6 100644 --- a/xen/include/asm-x86/x86_32/regs.h +++ b/xen/include/asm-x86/x86_32/regs.h @@ -1,6 +1,8 @@ #ifndef _I386_REGS_H #define _I386_REGS_H +#include + struct xen_regs { /* All saved activations contain the following fields. */ -- 2.30.2